projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78a0e19
)
(HAVE_X11R4): If we define HAVE_X11R5, define this too.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 14 Apr 1994 04:46:12 +0000
(
04:46
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 14 Apr 1994 04:46:12 +0000
(
04:46
+0000)
src/xterm.h
patch
|
blob
|
history
diff --git
a/src/xterm.h
b/src/xterm.h
index 8ae3d4d0c326d6c555a3470f78e1777163aca336..7db49db65a260ea59b21cc2cbfce349622b21b95 100644
(file)
--- a/
src/xterm.h
+++ b/
src/xterm.h
@@
-85,6
+85,9
@@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifdef XlibSpecificationRelease
#if XlibSpecificationRelease >= 5
#define HAVE_X11R5
+/* In case someone has X11R5 on AIX 3.1,
+ make sure HAVE_X11R4 is defined as well as HAVE_X11R5. */
+#define HAVE_X11R4
#endif
#endif